Class AuthenticationInputException

All Implemented Interfaces:
Serializable

public class AuthenticationInputException extends OrchestrationException
The AuthenticationInputException exception is thrown when an error occurs during external user authentication
See Also:
  • Constructor Details

    • AuthenticationInputException

      public AuthenticationInputException(String message, int errorCode)
      constructor
      Parameters:
      message - message describing the exception
      errorCode - error code
  • Method Details

    • getErrorCode

      public int getErrorCode()
      get error code attached to the error
      Returns:
      error code.